Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS Wraps bindings #63

Merged
merged 19 commits into from
Sep 6, 2023
Merged

TS Wraps bindings #63

merged 19 commits into from
Sep 6, 2023

Conversation

namesty
Copy link
Contributor

@namesty namesty commented Aug 28, 2023

This PR adds support for Typescript wraps codegen.

It changes the pattern we use for codegen vs the already existing implementation language bindings. This is because of how the JS Wrap engine handles serialization; it makes us not need to do serialization logic in our bindings. This makes type bindings very small and thus, instead of having many 3-7 line files; I decided to group all types into a single types.ts file. Same pattern goes for imports.

@dOrgJelli dOrgJelli changed the base branch from wrap-0.1 to main August 30, 2023 22:40
@namesty namesty marked this pull request as ready for review September 4, 2023 15:59
Copy link
Member

@dOrgJelli dOrgJelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dOrgJelli dOrgJelli merged commit 4f626a1 into main Sep 6, 2023
15 checks passed
@github-actions github-actions bot mentioned this pull request Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants